Table of content



/city/country/{id}

Mapping URL: /city/country/{id}

Description: find the city entities of country with the appended id

Microservice: CountryService


Methods

/city/country/{id}

/city/country/{id}

Mapping URL: /city/country/{id}

Description: CountryService

Name: findAllCityOfCountry(id)

Request Method: GET

Service Interface: /city/country/{id}

Service Entity: Country



CountryService inside the microservice architecture

Microservices

3.1 AirplaneService3.2 AirportService3.3 CargoService3.4 CountryService3.5 EmployeeService3.6 LuggageService
3.7 PassengerBookingService


Table of content